Site Content
1.6.2
jvm
Site Content
/
dk.ds.site_content.domain.model.changelog
Package-level
declarations
Types
Types
Change
Log
Item
Link copied to clipboard
data
class
ChangeLogItem
(
val
platform
:
ChangeLogPlatform
?
,
val
title
:
String
?
,
val
description
:
String
?
,
val
image
:
String
?
,
val
link
:
String
?
)
Change
Log
Platform
Link copied to clipboard
enum
ChangeLogPlatform
:
Enum
<
ChangeLogPlatform
>